Skip to content

ListObservable.Add(T) method

Defined in

Type: ListObservable Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public void Add(T item)

Summary: Adds an item to the ListObservable.

Parameters

NameTypeDescription
itemTThe item to add to the list.